home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / tek / rgmp.proto.h < prev    next >
Encoding:
Text File  |  1993-11-01  |  505 b   |  15 lines  |  [TEXT/CWIE]

  1.  
  2. /* rgmp.c */
  3. void    TEKMacPicunload(void);
  4. short RGMPnewwin(void);
  5. char *RGMPdevname(void);
  6. void RGMPinit(void);
  7. short RGMPpencolor(short w, short color);
  8. short RGMPclose(short w);
  9. short RGMPpoint(short w, short x, short y);
  10. short RGMPdrawline(short w, short x0, short y0, short x1, short y1);
  11. void RGMPinfo(short w, short v, short a, short b, short c, short d);
  12. void RGMPcharmode(short w, short rotation, short size);
  13. short RGMPsize(Rect *incoming);
  14. void    RGMPdataline(short blah, short blam, short bluh);
  15.